Defining Relationships Using Embedding Method

You can select either of the following options to create relationships for collections in NoSQL databases:

  • Normalization
    Splits the fields in a collection into multiple collections based on the selected relationship type. For more information, refer to the Normalizing NoSQL Database Models topic.
  • Denormalization
    Embeds different collections into a single collection based on the selected embedding type. For more information, refer to the Denormalizing NoSQL Database Models options based on the selected database.